home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
i·claim - visualizing argument
/
ICLAIM.ISO
/
pc
/
gloss.swf
/
scripts
/
DefineButton2_463
/
BUTTONCONDACTION on(rollOut).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-02-26
|
193 b
|
8 lines
on(rollOut){
if(this._xmouse <= 0 || this._xmouse >= this._width || this._ymouse >= this._height)
{
_parent.unsetWords("0");
this._parent.azclip.gotoAndStop(1);
}
}